/* ===================================
Section1: Theme START
========================================*/

.section-combine {
  background: white;
}

.theme {
  padding-top: 170px;
  padding-bottom: 30px;
}

.theme .container {
  display: flex;
  justify-content: center;
}

.blackText {
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-title h1 {
  width: 100%;
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-title-1 {
  width: 100%;
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: calc(100% + 4px);
}

.theme-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.theme-2 {
  border: none;
  margin-right: 0px;
  background: var(--gra2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-2:hover,
.theme-2:active,
.theme-2:focus {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.data-img {
  width: 100%;
}

@media (max-width: 1200px) {
  .theme-title-1 h2 {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .theme {
    padding-top: 120px;
  }

  .theme-sub-title {
    margin-top: 15px;
  }
}

/* ===================================
Section1: Theme END
======================================*/

/* Section2: Success*/
.success {
  margin-top: 10%;
}

.sc-title {
  font-size: calc(100% - 2px);
  font-style: italic;
  text-align: center;
  color: #775628;
  margin-top: 30px;
  margin-bottom: 30px;
}

.value-1 {
  background: var(--gra7, linear-gradient(90deg, #7B5926 0%, #404040 99%));
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  padding: 40px 35px 40px 35px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.value-2 {
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  padding: 40px 25px 40px 25px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.value-3 {
  background: var(--gra1, linear-gradient(90deg, #C07F00 1%, #FFD95A 100%));
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  padding: 40px 45px 40px 45px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.num {
  font-weight: 800;
  font-size: 38px;
  line-height: 59px;
}

.measure {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.dashboard {
  margin-top: 7%;
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .value-1 {
    font-size: 14px;
    padding: 35px 30px 35px 30px;
  }

  .value-2 {
    font-size: 14px;
    padding: 35px 25px 35px 25px;
  }

  .value-3 {
    font-size: 14px;
    padding: 35px 40px 35px 40px;
  }

  .num {
    font-size: 32px;
  }

  .measure {
    font-size: 14px;
  }
}

/* ======================================
Section3: insight START
=========================================*/
.insight {
  margin-top: 10%;
}

.insight .container {
  display: flex;
  justify-content: center;
}

.insight-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.insight-1 {
  border: none;
  padding: 8px 30px 8px 30px;
  background: linear-gradient(90deg, #775628 0%, #C07F00 99%);
  border-radius: 40px;
  color: white !important;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.insight-1:hover,
.insight-1:focus,
.insight-1:active {
  border: solid 3px transparent !important;
  padding: 5px 27px 5px 27px;
  background-image: var(--gra2), var(--gra2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.95) inset;
  color: #775628 !important;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.insight-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.insight-title h2{
  background: var(--gra1, linear-gradient(90deg, #C07F00 1%, #FFD95A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .insight-title h2 {
    margin-top: 30px;
  }

  .insight-sub-title {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .insight-sub-title {
    margin-top: 15px;
  }
}
/* Section3: insight END*/

/*=====================================
Call-to-action
=========================================*/
.call-to-action {
  margin-top: 5%;
  background: linear-gradient(91deg, #C07F00 1.25%, #FFD95A 101.51%);
  padding-top: 3%;
  padding-bottom: 3%;
  margin-bottom: 3%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  border-radius: 50px;
}

.action-quote {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 44px;
  color:white;
  margin-left: 10%;
}

.action-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #795728;
  margin-top: 10px;
  margin-left: 10%;
}

.action-btn {
  display: flex;
  justify-content: center;
}

.call-to-action-btn {
  border: none;
  padding: 8px 30px 8px 30px;
  background: white;
  border-radius: 40px;
  color: #775628 !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.call-to-action-btn:hover,
.call-to-action-btn:active,
.call-to-action-btn:focus {
  border: none;
  padding: 8px 30px 8px 30px;
  background: #775628;
  border-radius: 40px;
  color: white !important;
}
.col-60 {
  width: 60%;
}

@media (max-width: 1200px) {
  .col-60 {
    width: 60%;
  }

  .action-quote {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .action-text {
    font-size: 15px;
  }
  .action-btn {
    justify-content: center;
    width: 40%;
  }

  .call-to-action {
    margin-left: 8%;
    margin-right: 8%;
    border-radius: 30px;
  }
}

@media (max-width: 991px) {
  .action-quote {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10%;
  }

  .action-text {
    font-size: 14px;
    margin-left: 10%;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .col-60 {
    width: 100%;
  }

  .action-quote {
    font-size: 20px;
    margin-bottom: 8px;
    margin-left: 0;
    text-align: center;
  }

  .action-text {
    font-size: 15px;
    margin-left: 0;
    text-align: center;
  }
  .call-to-action {
    margin-left: 8%;
    margin-right: 8%;
    border-radius: 30px;
  }
}



.badges-inline {
  display:flex; gap:12px; flex-wrap:wrap; margin:12px 0 8px; padding:0; list-style:none;
}
.badges-inline li {
  font-size:12px; line-height:1; padding:6px 10px; border-radius:999px;
  background:#fff6e1; /* nhẹ nhàng theo palette vàng/nâu của bạn */
  border:1px solid #f0d289;
}

.theme-bullets { margin:10px 0 0; padding-left:18px; }
.theme-bullets li { margin:4px 0; }

.btn-group-gap { margin-top:16px; }

.features-grid {
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px; margin:16px 0 6px;
}
.feature-item {
  background:#fff; border:1px solid #eee; border-radius:12px; padding:12px;
}
.feature-item strong { display:block; font-size:14px; }
.feature-item span { font-size:12px; color:#666; }

/* Mobile tweaks */
@media (max-width: 991px){
  .features-grid { grid-template-columns: 1fr 1fr; }
}